rolesystem.examples.jade.test
Class TestNB

java.lang.Object
  extended by OneShotBehaviour
      extended by rolesystem.examples.jade.test.TestNB

public class TestNB
extends OneShotBehaviour

This is the next behaviour to schedule after the WrapperBehaviour.


Constructor Summary
TestNB(Agent agent, TestSL subject)
           
 
Method Summary
 void action()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNB

public TestNB(Agent agent,
              TestSL subject)
Parameters:
agent - Agent owner of this behaviour.
subject - Subject layer of the agent.
Method Detail

action

public void action()